jit (just-in-time) meaning in Chinese
准时制生产
Examples
- An emulator is a software or hardware approach to emulate a hardware platform on other platform . jit ( just - in - time ) compiler is widely adapted to speed - up emulation , which compiles the instruction of the source platform into target instruction on - the - fly
由于硬件平台的不同,一个高效的模拟器可以采用即时编译器( just - in - timecompiler )技术,即时的把源机器指令编译成目标机器指令运行。 - Although the jit ( just - in - time ) compilation technology helps java technology succeed on the desktop computer and server platform , the mobile phones with weak computing capabilities , extremely restricted memory and power supply make it much difficult to be used on the embedded java virtual machine
虽然即时编译技术帮助java在桌面机和服务器平台上取得了巨大的成功,但是由于移动通信设备自身计算能力相对较弱、存储容量和电力供应十分有限,使得即时编译技术无法直接应用到嵌入式java虚拟机中。